#section3{
    display: flex;
    justify-content: space-between;
    height: 600px;
   
}
.article2{
    background-color: #FBF7DD;
    width: 800px;
    height: 550px;
    /* border-top-right-radius: 00px; */
    border-top-left-radius: 700px;
    border-bottom-right-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-right-radius: 700px;
    
}
.p5{
    font-family: sans-serif;
    font-size: larger;
}
.i4{
    position: relative;
    top:100px;
    left: 30px;
}
.i6{
    position: relative;
    left: 200px;
}
.i7{
    position: relative;
    top: 50px;
    right: 170px;
}
#spac{
    border-bottom: 3px solid #F9C935; 
}
.section4{
    display: flex;
    justify-content: space-evenly;
    height: 500px;    
}
.article7{
    background-image: url(./pictures/career1.png);
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    
}
#btn7{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: black;
    color: aliceblue;
    width: 170px;
    height: 50px;
    font-weight: bold;
    border: none;
    margin-left: 400px;
}
.exo{
    display: flex;
    height: 400px;
    background-color: black;
    /* margin-top: 10px; */
    justify-content: space-around;
}
a{
    text-decoration: none;
    color: white;
    /* font-weight: bold; */
    font-size: 15px;
    font-weight: bold;
}
#btn {
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; */
    /* background-color: black; */
    color: aliceblue;
    width: 150px;
    height: 40px;
    font-weight: bold;
    border: none;
}
#a3:hover{
    font-weight: bolder;
    border-bottom: 2px solid black;
    color: black;
}

